Release 10.1A: OpenEdge Data Management:
SQL Reference
DROP SEQUENCE
The
DROP SEQUENCEStatement removes a sequence from a schema. You must have Database Administration privileges to remove a sequence.Use the following syntax to remove a sequence:
schema_nameSpecifies the schema name that contains the sequence. If this is not specified, OpenEdge SQL drops the sequence, if present, from the current schema.
sequence_nameSpecifies the sequence to be dropped.
In the following example, a sequence named customer is dropped from the public (PUB):
Example
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |